home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / hypersou.sit / HyperSource Help / card_11196.txt < prev    next >
Text File  |  1988-01-24  |  1KB  |  30 lines

  1. -- card: 11196 from stack: in
  2. -- bmap block id: 12000
  3. -- flags: 0000
  4. -- background id: 2783
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   get the short name of stack
  9.   put it into field "Stack Name"
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part contents for background part 10
  15. ----- text -----
  16. HyperSource Help
  17.  
  18. -- part contents for background part 7
  19. ----- text -----
  20. Clicking the "Find" button  will bring up the message box. Enter your search string and hit <return>. Hit <return> to go to the next match (even though the message box is now hidden). You can also use command-m to toggle the message box. Some hints on search strings:
  21.  
  22. find "meta" ΓÇö searches all fields for words beginning with "meta"
  23. find "meta" in field 1 ΓÇö searches field 1 for words beginning with "meta" 
  24. find word "meta" ΓÇö searches all fields for exact word match
  25. find char "meta" ΓÇö searches all fields for "meta" occurring anywhere in word
  26.  
  27. If you want to find all cards containing two strings ΓÇö say, "logic" and
  28. "program" ΓÇö enter the following in the msg. box: find "logic program".
  29.  
  30. Note: you cannot do 'or' searches from the msg. box. Use sorting by keyword.